Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run CI against rails 7.2 #138

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Run CI against rails 7.2 #138

merged 3 commits into from
Aug 20, 2024

Conversation

ohbarye
Copy link
Contributor

@ohbarye ohbarye commented Aug 19, 2024

Issue #, if available:

N/A

Description of changes:

This pull request adds Rails 7.2 to the test matrix in CI.
Besides, I reorganized Gemfile so that each Rails version's Gemfile requires corresponding other gem versions.

Note: I wasn't able to pass tests for activerecord-jdbc-adapter since they hasn't published any version that accepts Rails 7.2.0.


By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.

if a specific version of rails require corresponding gem version, it should be in each Gemfile under gemfiles/
@ohbarye ohbarye changed the title Ci against rails 7 2 Run CI against rails 7 2 Aug 19, 2024
Copy link
Contributor

@mullermp mullermp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't able to get 7.2 tests to pass either for JRuby. IIRC I made an issue for publishing 7.1: jruby/activerecord-jdbc-adapter#1146. Eventually they will need to support 7.2 ..

gemfiles/rails-7.2.gemfile Show resolved Hide resolved
@mullermp
Copy link
Contributor

We will probably need an exception for JRuby 7.2 in the CI matrix.

@ohbarye ohbarye changed the title Run CI against rails 7 2 Run CI against rails 7.2 Aug 20, 2024
@mullermp
Copy link
Contributor

Thanks for the improvement!

@mullermp mullermp merged commit 0aa7633 into aws:main Aug 20, 2024
20 checks passed
@ohbarye ohbarye deleted the ci-against-rails-7-2 branch August 21, 2024 01:09
@ohbarye
Copy link
Contributor Author

ohbarye commented Aug 21, 2024

Thanks for your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants